KeyedCollection.remove

Removes an item from this and disconnects the signals. Notifies that the length of this has changed by emitting "remove".

  1. void remove(key_type item_key, Flag!"notifyChange" notifyChange)
  2. void remove(T item)
  3. void remove(A a)
    mixintemplate KeyedCollection(T)
    final
    void
    remove
    (
    A...
    )
    (
    A a
    )

Meta